@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img{
    object-fit: cover;
}

/* 去除iPhone中默认的input样式 */

input {
    /* -webkit-appearance:none; */
    resize: none;
}

/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "微软雅黑";
}

/*翻页*/
.pages {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: #55bfd9
}

#pages span{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background:#bfbfbf;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 8px;

}
#pages a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 8px;
}
.over{
    overflow: hidden;
}
/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */

img {
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

*:focus {
    outline: none;
}

/* 清零 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "微软雅黑";
    font-size: 100%;
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

em,
i {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #676767;
    font-family: "微软雅黑";
}

a:hover {
    color: #969696;
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: "微软雅黑";
}

@media screen and (min-width: 640px) {
    h1,h2 {
      font-size: 0.7rem;
    }
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

input:password {
    ime-mode: disabled;
}

.clear {
    clear: both;
}

/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

/*单行文字超出显示省略号*/

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-css {
    width: 100%;
    display: table;
}

.t-row-css {
    display: table-row;
    width: 100%;
}

.t-cell-css {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

a,
span,
p,
h1,
h2,
h3,
div {
    font-family: "微软雅黑"
}
.over{
    overflow: hidden;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;

}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.main_top{
    width: 100%;
    height: 32px;
    background: #f6f6f6;
    border-bottom: 1px solid #e7e8e7;
}
.main_text{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.main_text .top_left{
    float: left;
}
.main_text .top_right{
    float: right;
}
.main_text .top_left span,.top_right span{
    display: inline-block;
    color: #4d4c4c;
    font-size: 12px;
    margin-right: 20px;
}
.main_text .top_left span.phone_icon::before,.top_right .text::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 17px;
    margin: -3px 6px 0 0;
    background: url(/statics/images/ycjz/icon.png) no-repeat;
    background-size: 100% 100%;
}
.top_right .text{
    margin-right: 0;
}
.top_right .text::before{
    width: 11px;
    height: 11px;
    margin: 0px 4px 0 0;
    background: url(/statics/images/ycjz/icon_r.png) no-repeat;
}
/* logo */
.logo{
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.logo_main .logo_wrap{
    float: left;
    width: 249px;
    height: 91px;
}
.logo_main .logo_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    margin:  0 auto;
}
.logo_main .search{
    float: left;
    font-size: 0;
    margin:26px 0 0 150px;
}
.logo_main .search input{
    display: inline-block;
    vertical-align: middle;
    width: 345px;
    height: 38px;
    outline: none;
    border: 1px solid #dddddd;
    border-right: none;
    text-indent: 1em;
}
.logo_main .search button{
    display: inline-block;
    vertical-align: middle;
    background: #55bfd9;
    width: 52px;
    height: 40px;
    cursor: pointer;
    border: 0 none;
    outline: none;
}
.logo_main .search button img{
    display: block;
    width: 19px;
    height: 20px;
    margin: 0 auto;
}
/* nav */
.nav_top .item{
    position: relative;
    width: 206px;
    float: left;
}
.nav_top .item .title{
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #55bfd9;
    border-radius: 4px 4px 0 0;
}
.nav_top .item .item_main{
    width: 100%;
    height: 365px;
    background: #e2f4fc;
    position: absolute;
    left: 0;
    top:50px;
    z-index: 2;
}
.nav_top .item .item_main li{
    width: 100%;
    height:46px;
    line-height: 46px;
    text-align: center;
}
.nav_top .item .item_main li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: #4f4e4e;
}
.nav_top .item .item_main li i{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 15px;
    background: url(/statics/images/ycjz/img.png) no-repeat;
    background-position: -75px -3px;
    margin-right: 24px;
}
.nav_top .item .item_main li.item_one i{
    width: 15px;
    height: 27px;
    background-position: 0 0;
}
.nav_top .item .item_main li.item_two i{
    width: 18px;
    height: 22px;
    background-position: -15px 0;
}
.nav_top .item .item_main li.item_three i{
    width: 19px;
    height: 24px;
    background-position: -33px 0;
}
.nav_top .item .item_main li.item_four i{
    width: 20px;
    height: 25px;
    background-position: -52px 0;
}
.nav_top .item .item_main li.item_five i{
    width: 23px;
    height: 22px;
    background-position: -95px 0;
}
.nav_top .item .item_main li.item_six i{
    width: 28px;
    height: 16px;
    background-position: -143px 0;
}
.nav_top .item .item_main li.item_seven i{
    width: 25px;
    height: 28px;
    background-position: -118px 0;
}
.nav_top .item .item_main li a:hover span{
    color: #55bfd9;
}
.nav_top .item .item_main li a:hover i{
    width: 18px;
    height: 15px;
    background-position: -75px -32px;
}
.nav_top .item .item_main li.item_one a:hover i{
    width: 15px;
    height: 27px;
    background-position: 0 -29px;
}
.nav_top .item .item_main li.item_two a:hover i{
    width: 18px;
    height: 22px;
    background-position: -15px -29px;
}
.nav_top .item .item_main li.item_three a:hover i{
    width: 19px;
    height: 24px;
    background-position: -33px -29px;
}
.nav_top .item .item_main li.item_four a:hover i{
    width: 20px;
    height: 25px;
    background-position: -52px -29px;
}
.nav_top .item .item_main li.item_five a:hover i{
    width: 23px;
    height: 22px;
    background-position: -95px -29px;
}
.nav_top .item .item_main li.item_six a:hover i{
    width: 28px;
    height: 16px;
    background-position: -143px -29px;
}
.nav_top .item .item_main li.item_seven a:hover i{
    width: 25px;
    height: 28px;
    background-position: -118px -29px;
}
.nav_top .item .item_main li span{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    font-size: 16px;
}
.nav_main{
    height: 50px;
}
.nav_main ul li,.show_nav_main ul li{
    float: left;
    padding: 0 40px;
}
.nav_main ul li a,.show_nav_main ul li a{
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 100%;
    font-size: 18px;
    color: #242428;
}
/* 幻灯 */
.banner .swiper-slide{
    width: 100%;
    height: 365px;
}
.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/* 优惠推荐 */
.recommend{
    width: 100%;
    /* padding: 24px 0; */
}
.recommend_show .title{
    float: left;
    padding-left: 10px;
    border-left: 4px solid #55bfd9;
    color: #171717;
    font-size: 20px;
    margin: 24px 0;
    height: 21px;
    line-height: 21px;
}
.recommend_show .more{
    float:right;
    margin: 28px 12px 0 0;
}
.recommend_show .more a{
    color: #4d4c4c;
    font-size: 14px;
}
.recommend_show .recommend_item li{
    position: relative;
    float: left;
    width: 20%;
    padding-right:12px;
    box-sizing: border-box;
}
.recommend_show .recommend_item li .img_wrap img{
    display: block;
    width: 240px;
    height: 134px;
    margin: 0 auto;
}
.recommend_show .recommend_item li .text{
    margin: 7px;
    font-size: 14px;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recommend_show .hospital_item li{
    margin-bottom: 16px;
}
.recommend_show .hospital_item li .text p{
    margin: 4px 0;
}
.recommend_show .hospital_item li .text .name{
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend_show .hospital_item li .text .skilled{
    font-size: 12px;
    color: #5c5c5c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend .more_area{
    float: right;
    margin: 28px 12px 0 0;
}
.recommend .more_area li{
    float: left;
    margin-left: 24px;
    padding: 6px;
    color: #4d4c4c;
    font-size: 14px;
    cursor: pointer;
}
.active{
    color: #55bfd9 !important;
}
/* .recommend .more_area li a{
    padding: 6px;
    color: #4d4c4c;
    font-size: 14px;
} */
.recommend .item_hover li .ask{
    transition: all 2s;
}
.recommend .item_hover li a:hover .ask{
    background: red;
    transform: rotateX(360deg);
}
.adj{
    margin: 15px 0 10px 0;
}
.adj img{
    display: block;
    width: 1200px;
    height: 66px;
    margin: 0 auto;
}

/* 医生推荐 */
.recommend .doctor_item .text{
    text-align: center;
    width: 216px;
    margin:0 auto;
    padding: 8px 0 !important;
    background: #f6f6f6;
    border: 1px solid #eee;
}
.recommend .doctor_item .text .name{
    font-size: 22px;
}
.recommend .doctor_item .text .skilled{
    font-size: 16px;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 0.25em;
}
.recommend .doctor_item .img_wrap{
    width: 218px;
    height: 265px;
    margin: 0 auto;
}
.recommend .doctor_item .img_wrap img{
    display: block;
    width: 218px !important;
    height: 265px !important;
    
}
.recommend .doctor_item li:hover .text{
    background: #55bfd9;
}
.recommend .doctor_item li:hover .text p{
    color: #fff;
}
/* 行业资讯 */
.recommend .news_item li{
    width: 50% !important;
    padding-right: 16px;
    margin-bottom: 20px;
}
.recommend .news_item li a{
    display: flex;
    border: 1px solid #eee;
}
.recommend .news_item li a .img_wrap{
    flex: 0 0 253px;
    width: 253px;
    height: 170px;
}
.recommend .news_item li a .img_wrap img{
    display: block;
    width: 100%;
    height: 170px;
}
.recommend .news_item li a .text{
    flex: 1;
    padding: 30px 14px 30px 14px;
}
.recommend .news_item li a .text .name{
    font-size: 20px;
    color: #171717;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recommend .news_item li a .text .skilled{
    font-size: 16px;
    color: #5a5a5a;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recommend .news_item li a .text .time{
    font-size: 14px;
    color: #5a5a5a;
}
/* 底部 */
.footer{
    margin-top: 30px;
    background: #7b7a7a;
    height: 110px;
    padding-top: 30px;
    overflow: hidden;
}
.footer a{
    color: #fff;
}
.footer .main_left{
    float: left;
}
.footer .main_left .logo_wrap {
    /* display: inline-block; */
    padding-right: 30px;
    border-right: 1px solid #fff;
    float: left;
}
.footer .main_left .logo_wrap img{
    margin-top: 13px;
}
.footer .main_left .text{
    padding-left: 34px;
    float: left;
}  
.footer .main_left .text p{
    margin-bottom: 8px;
    color: #fff;
}
.footer .main_left .text p span{
    font-size: 13px;
    margin-right:10px;
}
.footer .main_left .text p i{
    margin-left: 12px;
    font-size: 16px;
}
.footer .main_left .text p i::before{
    content:"";
    display: inline-block;
    width: 11px;
    height: 13px;
    background:url(/statics/images/ycjz/phone.png) no-repeat;
    margin: 0 4px;
}
.footer .main_right{
    float: right;
    margin-right: 280px;
}
.footer .main_right p{
    color: #fff;
    text-align: center;
    font-size: 13px;
}
/* 新闻列表页 */
.news_list .main li,.lists_news li {
    padding: 30px 0;
    border-top: 1px dashed #ddd;
    transition: 0.3s;
}
.news_list .main .img-wrap,.lists_news li .img-wrap{
    display: inline-block;
    width: 226px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.news_list .main .text,.lists_news li .text{
    padding-left: 25px;
    display: inline-block;
    width: 600px;
    color: #313131;
    vertical-align: top;
    box-sizing: border-box;
}
.news_list .main .img-wrap img,.lists_news li .img-wrap img{
    display: block;
    width: 226px;
    height: 150px;
}
.news_list .main  h4 ,.lists_news li .text h4{
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
}
.news_list .main .text i ,.lists_news li .text i{
    float: right;
    font-size: 14px;
    line-height: 36px;
    color: #858484;
    font-style: normal;
}
.news_list .main .txt ,.lists_news li .txt{
    padding: 15px 0;
    font-size: 14px;
    height: 56px;
    color: #5a5a5a;
    line-height: 2;
}
/* 内容页 */
.bread{
    width: 1200px;
    margin: 20px auto;
}
.content_wrap .title_info{
    margin: 40px auto;
    width: 800px;
    border-bottom: 1px solid #e8e8e8;
}
.content_wrap .title_info h1{
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 6px;
    text-align:center;
}
.content_wrap .title_info span{
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #777;
    font-size: 14px;
}
.content{
    float: left;
    width: 915px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.content .main{
    width: 875px;
}
.content p{
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-indent: 2em;
    margin: 15px 0;
}

.content table p{
    text-indent: 0;
}

.content img{
    display: block;
    margin: 0 auto;
    height: auto !important;
    padding: 5px 0;
    max-width: 95%;
}
.content video{
    margin: 0 auto;
    display: block;
}

.contnet_right{
    float: right;
    width: 261px;
    border: 1px solid #e5e5db;
}
.contnet_right .title{
    font-size: 16px;
    font-weight: normal;
    padding-left: 8px;
    border-left: 3px solid #55bfd9;
    margin-bottom: 16px;
}
.contnet_right .hospital_wrap{
    width: 100%;
    margin-bottom: 16px;
}
.contnet_right .doctor_wrap{
    width: 40%;
    margin-bottom: 16px;
}
.contnet_right .hospital_wrap .img-wrap{
    float: left;
    width: 160px;
    height: 90px;
}
.contnet_right .hospital_wrap .img-wrap img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.contnet_right .hospital_wrap .text{
    float: left;
    width: 180px;
    padding:10px 6px;
    font-size: 16px;
    box-sizing: border-box;
}
.contnet_right .hospital_wrap .text .des{
    font-size: 12px;
    margin:  10px 0;
}







/* 医院列表页 */
.hospital_list .wrap{
    overflow: hidden;
}
.hospital_list .main{
    width: 920px;
    float: left;
}
.hospital_list .right{
    width: 260px;
    margin-left: 20px;
    float: right;
}
.hospital_list .main li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s;
    overflow: hidden;
}
.hospital_list .main li>a {
    display: block;
    float: left;
}
.hospital_list .main .img-wrap{
    display: inline-block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.hospital_list .main .text{
    padding-left: 25px;
    display: inline-block;
    width: 560px;
    color: #313131;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 16px;
}
.hospital_list .main .hospital_right{
    float: left;
    margin: 13px 0 0 20px;
    overflow: hidden;
}
.hospital_list .main .hospital_right p{
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top:18px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.hospital_list .main .hospital_right p:nth-child(1){
    background: #55bfd9;
    border: 1px solid #55bfd9;
    color: #fff;
}
.hospital_list .main .hospital_right p:nth-child(1) a{
    color: #fff;
}
.hospital_list .main .img-wrap img{
    display: block;
    width: 218px;
    height: 144px;
}
.hospital_list .main  h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 2;
}
.hospital_list .main .text i {
    float: right;
    font-size: 14px;
    line-height: 36px;
    color: #858484;
    font-style: normal;
}
.hospital_list .main .txt {
    padding: 7px 0;
    min-height: 28px;
    color: #5a5a5a;
    line-height: 2;
}
.hospital_list .main .address{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hospital_list .right .hospital_list_right_top{
    width: 258px;
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.hospital_list .hospital_list_right_bottom img{
    background: #ccc;
}
.area_project .list_top_showbox .list_top_screen{
    border-bottom: 1px dashed #e3e1e1;
    padding: 10px 0;
}
.area_project .list_top_showbox .list_top_screen:nth-child(5){
    border:none;
}
.area_project .list_top_showbox .if{
    border:none;

}




/* 医生列表页 */
.doctor_list .wrap{
    overflow: hidden;
}
.doctor_list .main{
    width: 920px;
    float: left;
}
.doctor_list .right{
    width: 260px;
    margin-left: 20px;
    float: right;
}
.doctor_list .main li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s;
    overflow: hidden;
}
.doctor_list .main li>a {
    display: block;
    float: left;
}
.doctor_list .main .img-wrap{
    display: inline-block;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.doctor_list .main .text{
    padding-left: 25px;
    display: inline-block;
    width: 560px;
    color: #313131;
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 10px;
}
.doctor_list .main .doctor_right{
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.doctor_list .main .doctor_right p{
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.doctor_list .main .doctor_right p:nth-child(1){
    background: #55bfd9;
    border: 1px solid #55bfd9;
    color: #fff;
}
.doctor_list .main .doctor_right p:nth-child(1) a{
    color: #fff;
}
.doctor_list .main .img-wrap img{
    display: block;
    width: 144px;
    min-height: 166px;
}
.doctor_list .main  h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 2;
}
.doctor_list .main  h4 .fl{
    font-size: 22px;

}
.doctor_list .main .text i {
    float: right;
    font-size: 14px;
    line-height: 36px;
    color: #858484;
    font-style: normal;
}
.doctor_list .main .txt {
    padding: 7px 0;
    font-size: 16px;
    min-height: 28px;
    color: #313131;
    line-height: 2;
}
.shangwutong p a{
    font-size: 17px;
}

.doctor_list .main .address{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



/*地区联动菜单*/
.area_project{
    width: 1100px;
    margin: 20px auto;
    border: 1px solid #e8e8e8;
    padding: 20px 49px;

}
.list_top_showbox{

}
.area_project .fl a{
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
}
.area_project .fl .list_top_on{
    color: #ffffff;
    background: #55bfd9;
    border-radius: 3px;
}



/*医院内容页面*/
.hospital_show{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hospital_show>div{
    border: 1px solid #ebebeb;
}
.hospital_show>.right{
    border: none;
}
.hospital_show>.right .tuijian{
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.hospital_show>.right .tuijian a{
    display: block;
    position: relative;
}
.hospital_show>.right .tuijian .bottom{
    margin-top: 8px;
    min-height: 50px;
}
.hospital_show>.right .tuijian .top{
    width: 258px;
    border-bottom: 1px solid #ebebeb;
    background: #f9f8f8;
}

.hospital_show>.right .tuijian a p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hospital_show>.right .tuijian a img{
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto 8px auto;
    background: #ccc;
}
.hospital_show .main{
    width: 100%;
}
.hospital_show .main, .hospital_show .milieu, .hospital_show .content_doctor_list{
    border-bottom: 1px dashed #ebebeb;
    min-height: 60px;
    padding: 20px 0;
}
.hospital_show .left{
    width: 260px;
    float: left;
}
.hospital_show .left .hospital_left_zixun{
    padding: 16px 0 20px 0 ;
}
.hospital_show .left .hospital_left_zixun a{
    display: inline-block;
    width: 111px;
    height: 27px;
    border: 1px solid #55bfd9;
    margin: 0 7px 0 7px ;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}
.hospital_show .left .hospital_left_zixun a:nth-child(1){
    color: #fff;
    background: url(../../../statics/images/swt.png) no-repeat #55bfd9 11px 4px;
    text-indent: 1.5em;
    background-size: 20px;
}
.hospital_show .left .hospital_left_zixun a:nth-child(2) {
    border: 1px solid #55bfd9;
    color: #55bfd9;
    text-indent: 1.5em;
    background: url(../../../statics/images/swt.png) no-repeat 11px -16px;
    background-size: 20px;
}

.hospital_left_img img{
    width: 249px;
    height: 164px;
    background: #c2ccd1;
    display: block;
    margin: 10px auto;
}
.hospital_left_title h2{
    width: 249px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: inherit;
}
.hospital_show .content{
    width: 640px;
    float: left;
    margin: 0 17px;
}
.hospital_show .content p{
    padding: 0 2.5%;
    margin: 0 auto;
    color: #777;
}
.content_doctor_list .content_doctor_item{
    width: 277px;
    height: 150px;
    border: 1px solid #ebebeb;
    float: left;
    overflow: hidden;
    margin: 10px 20px 10px 20px ;
}
.content_doctor_list .content_doctor_item .content_doctor_img{
    width: 128px;
    height: 155px;
    float: left;
}
.content_doctor_list .content_doctor_item .content_doctor_text{
    float: left;
    width: 129px;
    height: 152px;
    overflow: hidden;
    padding: 0 10px;
}
.content_doctor_list .content_doctor_item .content_doctor_text .doctor_name{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}
.content_doctor_list .content_doctor_item .content_doctor_text p{
    text-indent: 0;
    padding: 0;
    margin: 0 10px 0 0 ;
}
.content_doctor_list .content_doctor_item .content_doctor_img img{
    width: 128px;
    height: 155px;
    background: #f6f6f6;
}
.content_doctor_list .content_doctor_item .project{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.hospital_show .right{
    float: right;
    width: 260px;
}
.hospital_show .right h3{
    font-size: 22px;
    margin: 12px 0;
    text-indent: 0.75em;
    border-left: 5px solid #55bfd9;
    font-weight: 500;
}
.hospital_show  .content_hospital_item{
    border-bottom: 1px dashed #e7e8e7;
    padding: 25px 0;
}
.hospital_show .hospital_right_img{
    width: 233px;
    height: 153px;
    display: block;
    background: #f6f6f6;
    margin:0 auto;
}
.hospital_show .hospital_right_title h4{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}
.hospital_show .content .milieu .item{
    width: 194px;
    height: 164px;
    margin: 10px 9.67187452316284px;
    float: left;
}
.hospital_show .content .milieu .item img{
    width:194px;
    height:126px;
    object-fit:cover;
}
.hospital_show .content .milieu .item p{
    padding: 0;
    width: 100%;
    text-indent: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*医生内容*/
.doctor_show{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.doctor_show .left,.doctor_show .right{
    border: 1px solid #ebebeb;
}
.doctor_show .left{
    width: 260px;
    float: left;
}
.doctor_show .doctor_list>.title{
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.doctor_show .doctor_list .title h3{
    margin: 12px 0 ;
    font-weight: 500;
    font-size: 22px;
}
.doctor_show .right{
    float: right;
    width: 260px;
    border: none;
}

.doctor_left_img img{
    width: 240px;
    height: 286px;
    background: #c2ccd1;
    display: block;
    margin: 10px auto;
}
.doctor_left_title h2{
    width: 249px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;

}
.doctor_left_title p{
    width: 249px;
    margin: 0 auto;
    text-align: center;
    color: #828282;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.doctor_show .content{
    width: 640px;
    float: left;
    margin: 0 18px;
    border: 1px solid #ebebeb;
}

.doctor_show h3 {
    border-left: 5px solid #55bfd9;;
    margin: 10px 0;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}
.doctor_right_hospital h3{
    border: none;
}
.doctor_show .content p {
    width: 95%;
    margin: 0 auto;
    color: #777;
}
.doctor_show .content .project{
    border-bottom: 1px dashed #e7e8e7;
}

.hospital_show .right{
    float: right;
    width: 260px;
}
.hospital_show  h3{
    border-left: 5px solid #28a0ca;
    margin:10px 0 ;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}
.hospital_show  .content_hospital_item{
    border-bottom: 1px dashed #e7e8e7;
    padding: 20px 0;
}
.hospital_show .hospital_right_img{
    width: 233px;
    height: 153px;
    display: block;
    background: #f6f6f6;
    margin:0 auto;
}
.hospital_show .hospital_right_title h4{
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}
.doctor_show .doctor_right_hospital img{
    width: 231px;
    height: 143px;
    border: 1px solid #e7e8e7;
    display: block;
    background: #e7e8e7;
    margin: 5px  auto;
}
.doctor_right_hospital{
    border: 1px solid #ebebeb;
    padding: 10px 0;
}
.doctor_show .doctor_right_hospital h3{
    text-align: center;
    padding: 5px 0;
    text-indent: 0;
    font-size: 20px;
    font-weight: 500;
}
.doctor_show .doctor_right_hospital p{
    color: #777;
    width: 233px;
    margin: 0 auto;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.doctor_show .right .doctor_list_item .doctor_list_item_txt .name a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doctor_show .doctor_list .doctor_list_item img{
    width: 95px;
    height: 112px;
    display: block;
}
.doctor_show .doctor_list{
    margin: 20px 0;
}
.doctor_list_item{
    overflow: hidden;
    padding: 14px 0;
    width: 233px;
    margin: 0 auto;
    border-bottom: 1px  dashed #ebebeb;
}
.doctor_list_item:nth-child(5){
    border-bottom: none;
}
.doctor_list_item .doctor_list_item_txt{
    margin: 0 10px;
    width: 118px;
}
.doctor_list_item>div{
    float: left;
}
.doctor_list_item .doctor_list_item_txt .name{
    font-weight: bold;
    margin: 10px 0;
}
.doctor_list_item .doctor_list_item_txt .project{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777;
    font-size: 14px;
}
.doctor_show .doctor_list h3{
    border-left: 5px solid #55bfd9;;
    margin: 18px 0 0 0;
    text-indent: 1em;
}
.doctor_show .right .doctor_list .bottom{
    border: 1px solid #ebebeb;
    border-top: none;
}
.doctor_show .main{
    width: 100%;
}

.content>div{
    overflow: hidden;
    margin: 0 auto 20px auto;
}


/*头部线*/
.border-buttom{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}


.content_wrap .right {
    width: 260px;

    float: right;
}

.content_wrap .right .show_right_top {
    width: 258px;
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.content_wrap .right .show_right_bottom {
    border: 1px solid #ebebeb;
    border-top: none;
    padding-bottom: 8px;
}
.content_wrap .right .show_right_top h3 {
    font-size: 18px;
    margin: 12px 0;
    text-indent: 0.75em;
    border-left: 5px solid #55bfd9;
    font-weight: 500;
}
.content_wrap .right .show_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.content_wrap .right .show_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.content_wrap .right .show_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.wrap .right .hospital_list_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.wrap .right .hospital_list_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.wrap .right .hospital_list_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.wrap .right .doctor_list_right_bottom a {
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.wrap .right .doctor_list_right_bottom img {
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;

}
.wrap .right .doctor_list_right_bottom p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*资讯列表*/
.news_list .wrap .main{
    width: 920px;
    float: left;
}

.news_list .wrap .right{
    width: 260px;
    margin-left: 20px;
    float: left;
}
/*right*/
.wrap .right .top{
    width: 258px;
    border: 1px solid #ebebeb;
    background: #f9f8f8;
}
.wrap .right .top h3{
    font-size: 22px;
    margin: 12px 0;
    text-indent: 0.75em;
    border-left: 5px solid #55bfd9;
    font-weight: 500;
}
.wrap .right .bottom{
    border: 1px solid #ebebeb;
    border-top: none;
    padding-bottom: 8px;
}
.wrap .right .bottom a{
    padding: 10px 0 0 0;
    display: block;
    position: relative;
}
.wrap .right .bottom a img{
    display: block;
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: #ccc;
}
.wrap .right .bottom a p{
    width: 242px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.border{
    border: 1px solid #eee;
    display: inline-block;
}
.area_project .fl .if_icon i{
    background:url(/statics/images/ycjz/xxx.png) no-repeat right 2px;
    padding-right: 20px;

}
.list_top_screen_choose a{
    margin: 0 5px;
}
.index i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background:url(/statics/images/ycjz/index.png) no-repeat right 4px;

}


/*project*/
.project .main{
    width: 100%;
}
.project .main p{
    width: 90%;
    margin: 0 auto;

}
.project .main h3{
    border-left: 5px solid #28a0ca;
    margin: 20px 0 10px 0;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}

.title_info{
    overflow: hidden;
}
.project .title_img{
    width: 40%;
    float: left;
}
.project .title_text{
    width: 60%;
    float: left;
}
.project .title_text h1{
    font-size: 50px;
    border:none;
    margin: 50px 0;
}
.recommend_hos  a{
    width: 100%;
}
.project .doctor{
    float: left;
    width: 915px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-top: 20px;
}
.project .doctor .doctor_title h3{
    border-left: 5px solid #28a0ca;
    margin: 20px auto 10px auto;
    text-indent: 1em;
    font-weight: 500;
    font-size: 20px;
}
.project .doctor .main .content_doctor_item{
    width: 277px;
    height: 150px;
    border: 1px solid #ebebeb;
    float: left;
    overflow: hidden;
    margin: 10px 13px 10px 13px;
}
.project .doctor .main .content_doctor_item .content_doctor_img{
    width: 128px;
    height: 155px;
    float: left;
}
.project .doctor .main .content_doctor_item .content_doctor_img img{
    width: 128px;
    height: 155px;
    margin: 0;
    background: #f6f6f6;
}
.project .doctor .main .content_doctor_item .content_doctor_text{
    float: left;
    width: 129px;
    height: 152px;
    overflow: hidden;
    padding: 0 10px;
}
.project .doctor .main .content_doctor_item .content_doctor_text .doctor_name{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project .doctor .main .content_doctor_item .content_doctor_text p{
    text-indent: 0;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 30px;
}
.project .doctor .main .content_doctor_item .content_doctor_text .project{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.project .doctor .main{
    width: 100%;
}
.project .content .title_info .title_img img{
    /*width: 304px;*/
    /*height: 171px;*/
    /*background: #f9f8f8;*/
}




    /*医院内页案例*/
.hospital_show .case .case_item{
    width: 290px;
    float: left;
    margin: 0 14px;
    border: 1px solid #ebebeb;
}
.hospital_show .case .case_item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0;
}


/*案例*/
.case_show .content .title{
    margin: 20px auto;
}
.case_show .content .title h1{
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 6px;
    text-align: center;
}
.case_show .content .title span{
    display: block;
    margin: 10px 0;
    text-align: center;
    color: #777;
    font-size: 14px;
}
.case_show .content .main{
    padding: 0;
    border: none;
}
/*404*/
.notfound{
    color: #777;
}
.notfound .left50{
    float: left;
    height: 500px;
    width: 50%;
    overflow: hidden;
}
.notfound .right50{
    float: left;
    height: 500px;
    width: 50%;
    overflow: hidden;
}
.notfound .left50 .num{
    width: 150px;
    height: 100px;
    color: #55bfd9;
    overflow: hidden;
    margin: 150px 0 0 60% ;
    transform: skew(-14deg,14deg) ;
    animation:myfirst 1s  3s;

}
.notfound .num div{
    width: 50px;
    height: 100px;
    font-size: 80px;
    float: left;
    text-align: center;
}
.notfound .right50 .text{
    margin-top: 200px;
}
.notfound .right50 .text a{
    color: #55bfd9;
}


@keyframes myfirst
{
    0%{
        margin-top: 150px;
    }
    25%{
        margin-top: 120px;
    }
    50%{
        margin-top: 150px;
    }
    75%{
        margin-top:135px;
    }
    100%{}
}

/*表格框*/
.content table{
    margin: 10px auto;
    color:#777;
}
.content table,.content table tr,.content table td{
    border: 1px solid #ebebeb;
    padding: 5px;
}
.show_nav_main {
    background: #55bfd9;
}
.show_nav_main .clearfix{
    margin: 0  auto;
    width: 1200px;
}
.show_nav_main .clearfix a{
    color: #fff;
}
.footer  .content{
    border: none;
    margin: 10px auto 0 auto;
    float: none;
    width: 1200px;
    color: #fff;
}
.footer  .content ul{
    display: inline-block;;
}
.lists_news{
    float: left;
    width: 915px;
    margin-top: 30px;
}
.lists_news h3{
    font-size: 19px;
    color: #343334;
    font-weight: 400;
    font-style: normal;
}
#icp_info {
    font-size: 13px;
}


.content .main h2{
    font-size: 20px;
}












